| lcGetDrwPreview | Home |
|
int lcGetDrwPreview ( LPCWSTR szFileName, BYTE* pOutDIB ); |
| szFileName | |
| Drawing's filename. | |
| pOutDIB | |
|
Pointer to a buffer that will receive preview image. The image format is Windows BMP. If NULL specified then function will not fill the buffer, but only return image data size (number of bytes). | |
| Size of the preview image data (number of bytes). |
| Code sample |